home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00054.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  145 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   updateStage()
  5.   waittime(1)
  6.   go(the frame + 1)
  7. end
  8.